* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: Avenir roman;
    font-weight: normal;
    src: url(../../../font/Avenir-Roman.ttf);
}


p {
    margin-bottom: 0 !important;
}

.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenedor-principal {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --------- Botón finalizar --------- */
.box-footer-dos {
    margin-left: 45px;
}

.btn-30,
.btn-cotizar,
.btn-30 *,
.btn-cotizar *,
.btn-30 :after,
.btn-cotizar :after,
.btn-30 :before,
.btn-cotizar :before,
.btn-30:after,
.btn-cotizar:after,
.btn-30:before,
.btn-cotizar:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-30,
.btn-cotizar {
    -webkit-tap-highlight-color: transparent;
    background-color: #F07F1E;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    padding: 5px 10px;
    max-width: 340px;
    width: auto;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width:484px) {

    .btn-30,
    .btn-cotizar {
        max-width: 360px;
        width: 340px;
    }

    .box-footer-dos {
        margin-left: 60px;
    }
}

.btn-30:disabled,
.btn-cotizar:disabled {
    cursor: default;
}

.btn-30:-moz-focusring,
.btn-cotizar:-moz-focusring {
    outline: auto;
}

.btn-30 [hidden],
.btn-cotizar[hidden] {
    display: none;
}

.btn-30,
.btn-cotizar {
    border-radius: 99rem;
    overflow: hidden;
    padding: 1 3rem;
    position: relative;
}

.btn-30 span,
.btn-cotizar span {
    mix-blend-mode: color-dodge;
}

.btn-30:before,
.btn-cotizar:before {
    background: var(--degradado-marino-claro-medex, linear-gradient(90deg, #03547E 0%, #01558C 51%, #0699D6 100%));
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(0deg) translateX(-20%);
    transition: transform 0.2s ease;
    width: 120%;
}

.btn-30:hover:before,
.btn-cotizar:hover:before {
    transform: skew(-45deg) translateX(75%);
}


/**** Banner Conecta ****/

.contenedor-banner {
    position: relative;
    height: 658px;
    width: 100%;
    max-width: 2600px;
    overflow: hidden;
    /* Evitar desbordamiento del video */
}

.video-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 768px) {
    .video-banner {
        object-position: 10% center;
        /* Ajusta un poco más hacia el centro */
    }
}

@media (max-width: 480px) {
    .video-banner {
        object-position: 20% center;
        /* Mueve ligeramente el enfoque */
    }
}


.contenedor-banner {
    /* background-image: url(../../../public/images/gdl2025/layouts/cotizar/banner480.gif); */
    background-size: cover;
    height: 658px;
    width: 100%;
    max-width: 2600px;
}

.banner-conecta {
    margin-left: 35px;
    padding-top: 140px;
}

.conecta-textos {
    color: #FFF;
    text-shadow: 4px 4px 20px #01558C;
    font-style: normal;

}

.conecta-text-uno {
    font-weight: 800;
    font-size: 85px;
    line-height: 1;
}

.conecta-text-dos,
.conecta-text-tres {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
}

.conecta-text-tres {

    padding-bottom: 25px;
}

.conecta-text-dos span {
    font-weight: 900;
}

.logo-internacional-banner {
    margin-left: 45px;
    margin-top: 25px;
}

.logo-internacional-banner img {
    width: 230px;
}

@media(min-width:484px) {

    .contenedor-banner {
        /* background-image: url(../../../public/images/gdl2025/layouts/cotizar/banner-768_820.gif); */
        height: 658px;
    }

    .logo-internacional-banner img {
        width: 278px;
    }

    .conecta-text-uno {
        font-size: 105px;
    }

    .conecta-text-dos,
    .conecta-text-tres {
        font-size: 30px;
    }

    .conecta-text-tres {
        padding-bottom: 10px;
    }

    .logo-internacional-banner {
        margin-left: 60px;
        margin-top: 0;
    }

    .logo-internacional-banner img {
        padding-top: 0;
    }
}

@media (min-width:998px) {

    .contenedor-banner {
        /* background-image: url(../../../public/images/gdl2025/layouts/cotizar/banner-1440_820.gif); */
        height: 630px;
    }

    .banner-conecta {
        margin-left: 180px;
        padding-top: 80px;
    }

    .conecta-text-uno {
        font-size: 70px;
    }

    .conecta-text-dos,
    .conecta-text-tres {
        font-size: 35px;
    }

    .conecta-text-uno {
        line-height: 1;
    }

    .conecta-text-tres {
        padding-bottom: 10px;
    }

    .box-footer-dos {
        margin-left: 200px;
    }

    .logo-internacional-banner {
        margin-left: 200px;
    }

    .logo-internacional-banner img {
        width: 333px;
    }
}

@media (min-width:1300px) {

    .contenedor-banner {
        height: 930px;
    }

    .banner-conecta {
        margin-left: 300px;
        padding-top: 170px;
    }

    .conecta-text-dos,
    .conecta-text-tres {
        font-size: 60px;
    }

    .conecta-text-dos {
        margin-left: -60px;
    }

    .conecta-text-tres {
        margin-left: 170px;
        padding-bottom: 10px;
    }

    .conecta-text-uno {
        line-height: 1;
        font-size: 128px;
    }


    .box-footer-dos {
        margin-left: 520px;
    }

    .logo-internacional-banner {
        margin-left: 520px;
        margin-top: 40px;
        width: 413px;
    }

    .logo-internacional-banner img {
        width: 413px;
    }

}





/**** Parte informativa ****/

.seccion-informativa {
    max-width: 3800px;
}

.div-informativo {
    margin: 0 25px;
}

.div-informativo h4 {
    color: #00A490;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.div-informativo {
    color: #545454;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;/
}


.div-listas ul {
    margin-left: 15px;
}

.listas-largas {
    margin: 0 25px;
}

.listas-largas ul li,
.parrofo-lista {
    color: #545454;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
}

.listas-largas ul li {
    margin-left: 25px;
    font-weight: 800;

}

.listas-largas:last-child {
    margin-bottom: 36px;
}


.gif-paises img {
    width: 383px;
}

.gif-expositores img {
    width: 100%;
}

.asegura-participacion {
    color: #545454;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
}

.cotizar-stand {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.a-cotizar-stand:hover {
    text-decoration: none;
}


.linea-gris svg {
    width: 90%;
    margin-top: 30px;
}

.btn-20 {
    width: 310px !important;
}

.faq {
    text-align: left;
}

@media(min-width:768px) {
    .seccion-informativa {
        width: 736px;
    }

    .gif-expositores img {
        width: 734px;
    }

    .gif-expositores img {
        width: 80%;
    }

    .linea-gris svg {
        width: 100%;
    }

}

@media(min-width:992px) {
    .seccion-informativa {
        width: 800px;
    }
}


/*  Formulario   */

.section-formulario {
    padding-top: 60px;

}


.formulario {
    margin: 0 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.texto-uno-formulario {
    color: #03A591;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


.texto-dos-formulario {
    color: #01558C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.input {
    border-radius: 8px;
    border: 2px solid #ACACAC;
    opacity: 0.6;
    background: #ECECEC;
    width: 290px;
    height: 30px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-left: 15px;
}

.div-btn-cotizar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lista-formulario ul {
    margin: 18px 20px 0 35px;
}

.lista-formulario ul li {
    color: #01558C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.lista-formulario ul li span {
    color: #1DB9FA;
}


.descargar-oferta-valor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.descargar-oferta-valor a :hover {
    cursor: pointer;
}

.descargar-oferta-valor p {
    color: #01558C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.descargar-oferta-valor p span {
    color: #03A591;
}

.btn-descargar-oferta {
    margin-top: 10px;
    width: auto;
    padding: 0 75px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 30px;
    border: none;
    background: #1AA592;
    color: white;
    font-size: 22px;
    font-weight: 700;
}




/*  Fin Formulario   */



#banner-conecta,
#btn-cotizar {
    display: block;
}

#form-section {
    /* Estado inicial oculto */
    height: 0;
    width: 0;
    opacity: 0;
    transform: scale(0.8) rotateX(-15deg) translateY(-20px);
    /* Escala pequeña, rotación y deslizamiento */
    transform-origin: top;
    /* Punto de anclaje para la rotación */
    transition: all 0.8s ease-in-out;
    /* Transición fluida */
    overflow: hidden;
    /* Prevenir que el contenido se desborde */
}

#form-section.mostrar {
    display: grid !important;
    height: auto;
    /* Ajusta automáticamente al contenido */
    width: 100%;
    /* Ajusta al contenedor */
    opacity: 1 !important;
    transform: scale(1) rotateX(0deg) translateY(0);
    /* Estado final: sin rotación, posición normal */
}

/* Diseño para móviles */
@media (min-width: 767px) {
    .formulario {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        /* Espaciado entre los elementos */
        padding: 0 20px 20px 0;
        grid-auto-rows: minmax(100px, auto);
        align-items: start;
    }

    .div-1 {
        grid-column: 1;
        grid-row: 1;
        text-align: left;
        padding: 20px 20px 20px 0;
    }

    .div-2 {
        grid-column: 2/3;
        grid-row: 1/ 3;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        height: 100%;
    }

    .div-3 {
        grid-column: 1;
        grid-row: 1/3;
        margin-top: 120px;
        padding: 20px;
        border-radius: 8px;
    }

    .descargar-oferta-valor {
        margin-top: 0px;
        display: flex;
        justify-content: start;
        align-items: baseline;
        margin-left: -28px;
    }
}


@media (min-width: 992px) {

    .div-btn-cotizar {
        margin-top: 30px;
    }

    .btn-cotizar {
        width: 420px;
    }

    .box-body {
        margin-top: 30px;
    }

    .input {
        width: 460px;
        margin: 15px 0 0 0;
    }

    .form-nombre-numero,
    .form-empresa-cargo,
    .form-tipo-empresa {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .form-nombre-numero .input,
    .form-empresa-cargo .input,
    .form-tipo-empresa .input {
        width: 220px;
    }
}

@media (min-width: 1401px) {
    .descargar-oferta-valor {
        margin-top: 0px;
        display: flex;
        justify-content: start;
        align-items: baseline;
        margin-left: -165px;
    }
}